码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
VLC——Android小结(1)----编译
写这个还是主要还是为了对自己近期的工作做一些总结,希望可以把自己对vlc理解都总结下来。 1)准备编译环境 下载ndk和sdk,设置环境变量 export ANDROID_SDK=/path/to/android-sdk Set $ANDROID_NDK to point to your Android NDK directory export ANDROID_ND...
分类:移动开发   时间:2014-11-23 16:00:57    阅读次数:214
C# 实现文件或目录复制到指定目录
public void CopyFilesToDirKeepSrcDirName(string srcPath, string destDir) { if (Directory.Exists(srcPath)) { ...
分类:Windows程序   时间:2014-11-22 23:00:38    阅读次数:293
CentOS6.5环境安装VMware虚拟机----解决启动虚拟机时could not open /dev/vmmon: No such file or directory的问题
我之前在ubuntu中安装vmware很顺利的就装好了,但是在centos 6.5 64bit中安装vmware workstation 10.0.4安装之后,重启系统后却无法使用,出现Could not open /dev/vmmon的错误,在网上找了好多资料都不对,最后好不容易找到了解决办法。。...
分类:系统相关   时间:2014-11-22 18:49:24    阅读次数:284
ls命令设计思想
1 作用list segment:列出文件块list directory contents:列举目录内容2 用法ls [-ABCFGHLOPRSTUW@abcdefghiklmnopqrstuwx1] [file ...]3 参数-@-A 列举(.和..)外的文件和目录。-a 列举所有的文件和目.....
分类:其他好文   时间:2014-11-22 15:51:35    阅读次数:163
Directory类
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-11-22 15:49:28    阅读次数:158
C#学习笔记 --文件和注册表操作
System.MarshalByRefObject --这是.NET类中用于远程操作的基对象类,它允许在应用程序域之间编组数据。FileSystemInfo --这是表示任何文件系统对象的基类FileInfo和File --这些类表示文件系统上的文件DirectoryInfo和Directory -...
分类:Windows程序   时间:2014-11-22 11:52:30    阅读次数:304
Linux命令英文全称
man: Manual   意思是手册,可以用这个命令查询其他命令的用法。 pwd:Print working directory   意思是密码。 su:Swith user  切换用户,切换到root用户 cd:Change directory 切换目录 ls:List files  列出目录下的文件 ps:Process Status  进程状态 mkdi...
分类:系统相关   时间:2014-11-21 23:21:26    阅读次数:328
locate无法open mlocate.db
# locate xxxx locate: can not open () `/var/lib/mlocate/mlocate.db': No such file or directory 如果出现此错误,请执行updatedb # updatedb # locate xxxx整个locate工作....
分类:数据库   时间:2014-11-21 12:06:17    阅读次数:250
Duanxx的STM32学习: 报错 No Such File or directory
需要说明的是,这里仅仅是调整工程的逻辑结构,其物理路径可以和这个不一样,这个不是文件的搜索路径,和文件路径是两码事。 我个人的建议当然是:工程结构和文件的物理存储方式是一样的,即:工程结构中的模块需要对应于具体的顶层文件夹,方便管理...
分类:其他好文   时间:2014-11-20 09:07:53    阅读次数:263
linux编译链接找不到库文件的解决方法。
今天编译出现ld: 0706-006 Cannot find or open library file: -l xerces-c_static,ld:open(): A file or directory in the path name does not exist.这个熟悉得不能再熟悉的链...
分类:系统相关   时间:2014-11-19 20:11:48    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!